home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / dev / misc / vahunz.lha / vahunz / example / older.h < prev    next >
Encoding:
Text File  |  1998-02-09  |  165 b   |  9 lines

  1. /*
  2.  * older.h - functions to let a person grow older, header file
  3.  */
  4.  
  5. /* A simple prototype for the function in older.c */
  6. void grow_older(char *name, int *age);
  7.  
  8.  
  9.